projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a926a0f
)
(dired-garbage-files-regexp): Fix typo.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 29 Jul 1998 06:09:14 +0000
(06:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 29 Jul 1998 06:09:14 +0000
(06:09 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 07d119f98b49a8f107599286918d5d6a109a5b7d..9c5ea9ca6b2774e2b2b58c9cc7a43d0bf299077d 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-2238,7
+2238,7
@@
A prefix argument says to unflag those files instead."
"auto save file")))
(defvar dired-garbage-files-regexp
- "\\.log$\\|\\.toc$\\|.dvi$|\\.bak$\\|\\.orig$\\|\\.rej$"
+ "\\.log$\\|\\.toc$\\|
\\
.dvi$|\\.bak$\\|\\.orig$\\|\\.rej$"
"*Regular expression to match \"garbage\" files for `dired-flag-garbage-files'.")
(defun dired-flag-garbage-files ()